home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00263.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  255 b   |  12 lines

  1. on mouseUp
  2.   global gGameLevel, gPlayedSlots
  3.   if authoring() then
  4.     gPlayedSlots = VOID
  5.   end if
  6.   if commandOrControlDown() and the shiftDown and not gPlayedSlots then
  7.     gGameLevel = 0
  8.     startNextLEvel()
  9.     returnToBar(#slotMachine)
  10.   end if
  11. end
  12.